home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / to_array < prev    next >
Text File  |  2001-04-06  |  455b  |  18 lines

  1. SYNOPSIS
  2.         mixed *to_array(string)
  3.         mixed *to_array(symbol)
  4.         mixed *to_array(quotedarray)
  5.         mixed *to_array(mixed *)
  6.  
  7.         (int*)<value>
  8.  
  9. DESCRIPTION
  10.         Strings and symbols are converted to an int array that
  11.         consists of the args characters, with 0 == '\0' as last
  12.         character stored.
  13.         Quoted arrays are ``dequoted'', and arrays are left as they
  14.         are.
  15.  
  16. SEE ALSO
  17.         to_int(E), to_string(E)
  18.